img {
  display: block;
}

a:hover {
  color: #7fc166 !important;
}

#search_icon {
  cursor: pointer;
}

.h50 {
  height: 50px;
  width: 100%;
}

.h30 {
  height: 30px;
  width: 100%;
}
a.zn_btn {
    background: #F28E11;
    color: #fff;
    border-radius: 39px;
    margin-left: 30px;
    width: 94px;
    display: inline-block;
    height: 31px;
    line-height: 31px;
    text-align: center;
}
.mr {
  margin-top: 60px !important;
}

.grayBg {
  background: #f7f7f7;
}

.whiteBg {
  background: #fff;
}

.blueBg {
  background: #e7ecf4;
  margin-top: 20px;
}

.grayLine {
  height: 1px;
  width: 100%;
  background: #d3d3d3;
  margin: 30px 0;
}

.cl:after {
  content: "";
  display: block;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  clear: both;
}

.cl {
  zoom: 1;
}

.pMask {
  position: relative;
  overflow: hidden;
}

.pMask p {
  position: absolute;
  bottom: 0;
  padding: 9px 5px;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}

.pMask img:hover {
  transform: scale(1.1);
}

.pMask img {
  transition: 0.8s;
}

.pMask .status {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 23px;
  /* border: 1px solid #e3e3e3; */
  z-index: 99999;
  color: #fff;
  border-bottom-left-radius: 14px;
}

.content {
  width: 1200px;
  margin: 0 auto;
}
.mainRank{padding: 20px 0;border-top: 1px solid rgb(232, 232, 232);border-bottom: 1px solid rgb(232, 232, 232);float: left;margin-bottom: 40px;}
.mainRank li{width: 240px;text-align: center;border-right: 1px solid rgb(232, 232, 232);float: left;}
.mainRank li:nth-last-of-type(1){border-right: none;}
.mainRank li p{font-size: 30px;color: #ff8e00;font-weight: bold;line-height: 1;margin-top: 8px;}
.mainRank li span{color: #333;}
.axdt{margin: 10px 0;}
.axdt_left{color: #ff8e00;font-weight: bold;line-height: 40px;float: left;font-size: 16px;width: 84px;}
.realTrade{height: 40px;overflow: hidden;float: left;width: 1110px;padding-left: 25px;}
.realTrade_msg li p{height: 40px;line-height:40px;margin-right:30px;float: left;color: #666;position: relative;font-size: 14px}
.realTrade_msg li p::before{position: absolute;content: '';width: 4px;height: 4px;background-color: #666;border-radius: 50%;left: -10px;top: 18px;}
.realTrade_msg li p:nth-of-type(3n){margin-right: 0;}

.sTitle {
  position: relative;
  padding-left: 15px;
  margin-bottom: 25px;
  font-size: 20px;
  padding-top: 0px;
  overflow: hidden;
  line-height: 30px;
  padding-bottom: 0px;
  height: 33px;
}

.sTitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  border-radius: 5px;
  background: #7fc166;
  height: 85%;
  transform: translateY(-50%);
}

.sTitle .lan {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
}

.lan span {
  border: 1px solid #7fc166;
  padding: 3px 15px;
  border-radius: 50px;
  font-size: 15px;
  margin: 0 7px;
  vertical-align: middle;
}

.lan span:hover {
  background: #ff8a00 !important;
  border: 1px solid #ff8a00;
}

.lan span:hover a {
  color: #fff !important;
}

.lan span a {
  color: #7fc166;
}

.lan span.org a {
  color: #fff;
}

.sTitle_right {
  float: right;
}

.threeGrid {
  overflow: hidden;
}

.threeGrid>.threeG {
  width: 376px;
  float: left;
  margin-right: 36px;
}

.threeGrid .threeG:nth-of-type(3n) {
  margin-right: 0;
}

.fourGrid {
  overflow: hidden;
}

.fourGrid>.fourG {
  width: 276px;
  float: left;
  margin-right: 32px;
}

.fourGrid .fourG:nth-of-type(4n) {
  margin-right: 0;
}

.circleLi li {
  position: relative;
  padding-left: 20px;
}

.circleLi li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #50b1cf;
  top: 50%;
  left: 5px;
  position: absolute;
  border-radius: 50px;
  transform: translateY(-50%);
}

.sectionTitle {
  position: relative;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  font-weight: bold;
  color: #7fc166;
  margin-bottom: 56px;
}

.sectionTitle::before {
  content: "";
  width: 43%;
  height: 20px;
  position: absolute;
  top: 14px;
  right: 0;
  background: url(../img/right_title.png) no-repeat;
}

.sectionTitle::after {
  content: "";
  width: 43%;
  height: 20px;
  position: absolute;
  top: 14px;
  left: 0;
  background: url(../img/left_title.png) no-repeat;
}


/* common end*/


/*index_header */

.header {
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

.header .logo {}
.logo a{float: left;margin-right: 30px;}
.header .logo img {
  display: block;
  width: 262px;
}

.header .header_right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header .header_right .search {
  display: inline-block;
  position: relative;
}

.header .header_right .search input {
  height: 40px;
  width: 368px;
  padding-left: 20px;
  border-radius: 50px;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #bcdfb1;
  font-size: 18px;
}

.header .header_right .search img {
  position: absolute;
  width: 23px;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.header .header_right span {
  margin-left: 13px;
}

.header .header_right span a {
  color: #7fc166;
}


/* index_header end */


/* index_nav */

.nav {
  background: #7fc166;
  min-width: 1200px;
}

.nav>ul {
  width: 1200px;
  margin: 0 auto;
}

.nav a:hover {
  color: #fff600 !important;
}

.nav>ul>li {
  position: relative;
  float: left;
  width: 120px;
  text-align: center;
  box-sizing: border-box;
}

.nav>ul>li>a {
  display: inline-block;
  color: #fff;
  height: 50px;
  line-height: 50px;
}

.nav>ul>li.hasChild>a {
  position: relative;
}

.nav>ul>li.hasChild>a::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 9px;
  background: url(../img/downArrow_icon.png) no-repeat center;
  top: 50%;
  transform: translateY(-50%);
  right: -17px;
}

.nav>ul>li.hasChild:hover>ol {
  display: block;
}

.nav>ul>li>ol {
  z-index: 9999;
  position: absolute;
  width: 100%;
  background: #7fc166;
  display: none;
}

.nav>ul>li>ol>li:hover {
  background: #63b644;
}

.nav>ul>li>ol>li a {
  padding: 15px 4px;
  font-size: 15px;
}

.nav>ul>li>ol a {
  color: #fff;
  display: block;
}

.nav>ul>li img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}


/* index_nav end */


/* banner1 */

.banner1 {
  padding-top: 50px;
  padding-bottom: 30px;
  min-width: 1200px;
}

.banner1 h1 {
  text-align: center;
  margin-bottom: 7px;
  padding: 10px 20px;
  line-height: 40px;
}

.banner1 h1 a {
  color: #ff8a00;
  font-weight: bold;
  font-size: 30px;
}

.banner1 h2 {
  text-align: center;
  margin-bottom: 35px;
  padding: 0 20px;
  line-height: 26px;
}

.banner1 .banner1_left {
  float: left;
}

.banner1 .banner1_left img {
  width: 788px;
  height: 488px;
}

.banner1 .banner1_right img {
  width: 376px;
  height: 233px;
}

.banner1 .banner1_right {
  float: right;
}

.banner1 .banner1_right div:nth-of-type(1) {
  margin-bottom: 22px;
}


/* banner1 end */


/* banner2 */

.banner2 {}

.banner2 li {
  margin-top: 20px;
}

.banner2 li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banner2 img {
  width: 376px;
  height: 233px;
}


/* banner2 end */


/* banner3 */

.banner3 {}

.banner3 .circleLi li {
  padding-bottom: 5px;
  margin-top: 14px;
  border-bottom: 1px solid #ececec;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banner3_left {
  float: left;
  width: 584px;
}

.banner3_left .twoImg {}

.banner3_left .twoImg>div {
  float: left;
  width: 276px;
}

.banner3_left .twoImg>div:nth-of-type(1) {
  margin-right: 32px;
}

.banner3_left .twoImg>div img {
  width: 276px;
  height: 171px;
}

.banner3_left .twoImg>div a div {
  height: 69px;
  background: #f8f8f8;
  padding: 8px;
}
 
.banner3_left .twoImg>div a div p {
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.banner3_right {
  float: right;
}

.banner3_right img {
  width: 584px;
  height: 362px;
}


/* banner3 end */


/* banner4 */

.banner4 .fourG img {
  width: 276px;
  height: 171px;
}

.banner4 .fourG p {
  font-size: 16px;
  line-height: 20px;
  height: 90px;
  padding: 10px;
  background: #f8f8f8;
}


/* banner4 end */


/* banner5 */

.banner5 {}

.banner5_left {
  float: left;
  width: 584px;
}

.banner5_left img {
  width: 584px;
  height: 362px;
}

.banner5_right {
  float: right;
  width: 584px;
}

.banner5 .cl img {
  width: 276px;
  height: 171px;
}

.banner5 .cl .pMask:nth-of-type(1) {
  float: left;
}

.banner5 .cl .pMask:nth-of-type(2) {
  float: right;
}

.banner5 .rowOne {
  margin-bottom: 20px;
}

.banner5 .zbz {
  background: url(../img/zbz.png) no-repeat center;
}

.banner5 .zbhg {
  background: url(../img/zbhg.png) no-repeat center;
}


/* banner5 end */


/* benner6 */

.banner6 {
  margin-top: 70px;
  padding: 50px 0;
}

.banner6 .banner6_left {
  float: left;
}

.banner6 .banner6_left .pMask {
  float: left;
  margin-right: 32px;
}

.banner6 .banner6_left .pMask img {
  width: 276px;
  height: 276px;
}

.banner6 .banner6_left .pMask .status {
  background: #7fc166;
  color: #fff;
  border: 0;
}

.banner6 .banner6_right {
  float: left;
  width: 276px;
}

.banner6 .banner6_right .sTitle_right a {
  font-size: 16px;
}

.banner6 .banner6_right .shopList {
  background: #fff;
  border: 1px solid #f1f1f1;
  padding: 20px 10px;
}

.banner6 .banner6_right .shopList li.shopListHead {
  margin-top: 0;
  font-weight: bold;
}

.banner6 .banner6_right .shopList ul li {
  overflow: hidden;
  margin-top: 16px;
}

.banner6 .banner6_right .shopList_left {
  float: left;
  width: 178px;
}

.banner6 .banner6_right .shopList_right {
  float: right;
  width: 63px;
}

.banner6 .banner6_right .shopList .shopList_left,
.banner6 .banner6_right .shopList .shopList_right {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* banner6 end */


/* banner7  */

.banner7 {
  padding-bottom: 30px;
}

.banner7_left {
  float: left;
}

.banner7_right {
  float: right;
}

.banner7_left img {
  width: 376px;
  height: 376px;
}

.banner7_right .rowOne {
  margin-bottom: 36px;
}

.banner7_right>div .pMask {
  float: left;
}

.banner7_right>div .pMask:nth-of-type(2) {
  margin-left: 36px;
}

.banner7_right>div .pMask img {
  width: 376px;
  height: 170px;
}


/* banner7 end */


/* banner8 */

.banner8 {}

.banner8 .threeG img {
  width: 376px;
  height: 233px;
}


/* .banner8 .threeG a:hover{
  color: #fff600!important;
}
.banner8 .threeG h1 {
background: #7fc166;

color: #fff;

font-weight: bold;

text-align: center;

height: 50px;

line-height: 49px;
}
.banner8 .threeG h1 a {
color: #fff;
display: block;
} */


/* banner8 end */


/* banner9 */

.banner9 .speTitle::before {
  content: unset;
}

.banner9 .lan span {
  background: #7fc166;
}

.banner9 .lan span a {
  color: #fff;
}

.banner9 .pMask img {
  width: 376px;
  height: 233px;
}

.banner9 .threeG:nth-of-type(1) .pMask {
  margin-bottom: 33px;
}

.banner9 .twoGrid>div {
  width: 170px;
  text-align: center;
  border: 1px solid #d3d3d3;
  padding: 13px 0;
  height: 100px;
}

.banner9 .twoGrid>div img {
  display: inline-block;
  margin-bottom: 6px;
}

.banner9 .twoGrid>div:nth-of-type(1) {
  float: left;
}

.banner9 .twoGrid>div:nth-of-type(2) {
  float: right;
}

.banner9 .twoGrid a {
  display: block;
}

.banner9 .oneLine {
  margin-bottom: 33px;
}

.banner9 .oneLine .jobs {
  width: 170px;
  font-size: 15px;
  height: 100px;
  background: #f8f8f8;
  padding: 10px 15px 0 15px;
}

.banner9 .oneLine .jobsLeft {
  float: left;
}

.banner9 .oneLine .jobsRight {
  float: right;
}

.banner9 .oneLine .jobs .jobsLine {
  height: 44.5px;
}

.banner9 .oneLine .jobs .jobsLine .jobsLine_left {
  float: left;
  width: 80px;
}

.jobsLine:nth-child(2) .jobsLine_left p {font-size: 16px;}

.banner9 .oneLine .jobs .jobsLine .jobsLine_right {
  float: right;
}

.banner9 .oneLine .jobs .jobsLine .jobsLine_right p {
  width: 54px;
}

.banner9 .price {
  color: #ff8a00;
}

.banner9 .threeG:nth-of-type(3) .jobs {
  padding: 10px;
}

.banner9 .threeG:nth-of-type(3) .jobs h1 {
  font-weight: bold;
  font-size: 20px;
  color: #555555;
  margin-bottom: 16px;
}

.banner9 .threeG:nth-of-type(3) .jobs p {
  margin-bottom: 4px;
  font-size: 16px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.banner9 .threeGL:nth-of-type(1) .pMask img {
  width: 452px;
  height: 280px;
}


/* banner9 end */


/* banner10 */

.banner10 {
  padding: 50px 0;
}

.banner10 .fourG img {
  width: 276px;
  height: 171px;
}

.banner10 .zsAndTz img {
  width: 276px;
  height: 104px;
}

.banner10 .zsAndTz>a:nth-of-type(1) img {
  margin-bottom: 32px;
}

.banner10 .fourG p {
  height: 69px;
  background: #fff;
  padding: 7px;
  line-height: 20px;
  font-size: 16px;
}


/* banner10 end */


/* benner11 */

.banner11 {}

.banner11 .sTitle_right a {
  font-size: 16px;
}

.banner11 .circleLi li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 39px;
}

.banner11 .tx {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.banner11 .professorName {
  display: inline-block;
  vertical-align: top;
  width: 196px;
  transform: translateY(7px);
}

.banner11 .professorName h1 {
  font-weight: bold;
  margin-bottom: 5px;
}

.banner11 .professorName h2 {}

.banner11 .refer {
  display: inline-block;
}

.banner11 .refer .lan span {
  padding: 5px 20px;
}

.banner11 .threeG:nth-of-type(3) ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
}

.banner11 .threeG:nth-of-type(3) ul li:nth-last-child(1) {
  margin-bottom: 0;
}

.banner11 img {
  width: 376px;
  height: 233px;
}

.banner11 .tx img {
  width: 74px;
  height: 74px;
  border-radius: 50px;
}


/* banner11 end */


/* benner12 */

.banner12 .twblock {
  overflow: hidden;
}

.banner12 .tw {
  width: 170px;
  margin-right: 36px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  border: 1px solid #d3d3d3;
  float: left;
  margin-bottom: 36px;
}

.banner12 .tw a {
  display: block;
}

.banner12 .tw:nth-of-type(6n) {
  margin-right: 0;
}

.banner12 .tw:nth-of-type(6n-5) {
  clear: both;
}


/* banner12 end */


/* banner13 */

.banner13 {}

.banner13 .sectionTitle::before {
  background: url("../img/lastRightLine.png") no-repeat center;
  width: 35%;
}

.banner13 .sectionTitle::after {
  background: url("../img/lastLeftLine.png") no-repeat center;
  width: 35%;
}

.banner13 img {
  width: 376px;
  height: 233px;
}


/* banner13 end */


/* footer */

.footer {
  background: #7fc166;
  color: #fff;
  padding: 50px 0;
  min-width: 1200px;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #fff600!important;
}

.footerContent {
  position: relative;
}

.footer .unit {}

.footer .unitSection {
  float: left;
}

.footer .unitName {
  float: left;
  width: 936px;
}

.footer .unitName span {
  display: inline-block;
  margin: 0 8px 20px 0px;
}

.footer .mt8 {
  margin-bottom: 20px;
}

.focusUs {
  position: absolute;
  right: 0;
  top: -15px;
  text-align: center;
}

.focusUs img {
  width: 120px;
  margin-bottom: 10px;
}

.focusUs p {}


/* banner13 end */


/* list.html */

.crumbs {
  color: #777777;
  padding-top: 17px;
}

.crumbs a {
  color: #777777;
  display: inline-block;
  margin: 0 6px;
}

.secondarySection {
  border-bottom: 1px solid #e4e4e4;
  margin-top: 40px;
  margin-bottom: 50px;
}

.secondarySection ul li {
  float: left;
  margin-right: 72px;
  padding-bottom: 20px;
}

.secondarySection ul li a {
  color: #231815;
}

.secondarySection ul li.inthis {
  position: relative;
}

.secondarySection ul li.inthis::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #9acd86;
  bottom: -1.5px;
  position: absolute;
}

.secondarySection ul li.inthis a {
  color: #7fc166;
}

.newsList {}

.newsList ul li {
  float: left;
  width: 276px;
  margin-right: 32px;
  margin-bottom: 40px;
}

.newsList ul li:nth-of-type(4n) {
  margin-right: 0;
}

.newsList ul li .newsContent {
  height: 123px;
  background: #fbfbfb;
  padding: 10px;
}

.newsList ul li .newsContent p {
  height: 73px;
  font-size: 16px;
  line-height: 22px;
}

.newsList ul li .newsContent .newsTime {
  color: #777777;
  font-size: 16px;
}

.newsList ul li .newsContent .newsTime .newsTime_left {
  float: left;
  width: 112px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsList ul li .newsContent .newsTime .newsTime_right {
  float: right;
  width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsList .content_img {
  width: 276px;
  height: 171px;
  overflow: hidden;
}

.newsList .content_img img {
  width: 276px;
  height: 171px;
  transition: 0.8s;
}

.newsList .content_img img:hover {
  transform: scale(1.1);
}

.loadMore {
  background-color: #eeeeee;
  text-align: center;
  padding: 14px 0;
  cursor: pointer;
}


/* page.html */

.pageContent {
  width: 1080px;
  margin: 0 auto;
  padding: 50px 0;
  margin-top: 17px;
  margin-bottom: 18px;
}

.pageContent .pageHead {
  text-align: center;
  border-bottom: 1px dashed;
  border-color: #c8c8c8;
  margin-bottom: 45px;
}

.pageContent .pageHead h1 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 40px;
}

.pageContent .pageHead h2 {
  margin-bottom: 40px;
  color: #777777;
}

.arctile p {
  margin: 20px 0;
  line-height: 26px;
}

.arctile img {
  display: inline-block;
  max-width: 100%;
}

.recommend {
  padding: 50px 20px;
}

.recommend .newsList li {
  margin-right: 18.6px;
}


/* zhiku */

.zhikuContent {
  width: 1080px;
}

.zhikuContent h1 {
  text-align: center;
  font-size: 26px;
  color: #7fc166;
  font-weight: bold;
  margin-bottom: 50px;
}

.zhikuContent p {
  line-height: 26px;
  text-indent: 2em;
  margin-bottom: 30px;
}


/* zhikuzhuanjia */

.expertList {}

.expertList ul {
  overflow: hidden;
}

.expertList .touxiang {
  padding: 10px;
}

.expertList ul li {
  padding: 10px 0;
  width: 200px;
  height: 300px;
  background: #e7ecf4;
  border-radius: 5px;
  margin-right: 50px;
  margin-bottom: 50px;
  float: left;
  overflow: hidden;
}

.expertList ul li img {
  width: 182px;
  margin: 0 auto;
  height: 182px;
  border-radius: 500px;
  margin-bottom: 25px;
}

.expertList ul li:nth-of-type(5n) {
  margin-right: 0px;
}

.expertList ul li .expertContent {
  padding: 0 20px;
}

.expertList ul li .expertContent h1 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 9px;
  font-size: 18px;
}

.expertList ul li .expertContent h2 {
  line-height: 24px;
}

.expertList ul li .expertContent span {
  display: block;
  width: 136px;
  background: #ff8a00;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
  border-radius: 50px;
}

.expertList ul li .expertContent span a {
  display: block;
  color: #fff;
}


/* search */

.searchResult {}

.searchResult .searchTitle {
  font-size: 20px;
  color: #ff8a00;
  font-weight: bold;
  margin-bottom: 50px;
}

.searchResult .searchContent {}

.searchResult .searchContent ul {}

.searchResult .searchContent ul li {
  overflow: hidden;
  /* height: 205px; */
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e7e7e7;
}

.searchResult .searchContent ul li .search_left {
  float: left;
  width: 276px;
}

.searchResult .searchContent ul li .search_left img {
  width: 276px;
  height: 171px;
}

.searchResult .searchContent ul li .search_right {
  float: left;
  width: 924px;
  padding: 10px 40px 40px 40px;
}

.searchResult .searchContent ul li .search_right h1 {
  font-weight: bold;
  font-size: 20px;
  word-break: break-all;
  line-height: 24px;
  height: 99px;
}

.searchResult .searchContent ul li .search_right p {
  /* text-indent: 2em; */
}


/* consult */

.consultForm {
  padding: 50px 92px;
  margin-top: 17px;
}

.consultForm .consult_title {
  color: #7fc166;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}

.zsForm .layui-form-label {
  width: 110px;
  text-align: left;
  padding: 9px 10px;
}

.zsForm .layui-input-block {}

.zsForm .layui-form-item {
  margin-bottom: 40px;
}

.zsForm_twoItem {
  display: inline-block;
  width: 505px;
}

.zsForm .layui-input {
  height: 60px;
  font-size: 16px;
}

.zsForm .layui-form-label {
  line-height: 42px;
  font-size: 16px;
}

.zsForm .layui-textarea {
  min-height: 147px;
  padding: 20px 10px;
}

.zsForm .yzmBlock {
  position: relative;
}

.zsForm .yzmBlock span {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  line-height: 60px;
  background: #7fc166;
  color: #fff;
  display: block;
  width: 150px;
  text-align: center;
}

.zsForm .yzmBlock input {
  padding-right: 160px;
}

.zsForm .zsSubmit {
  width: 500px;
  height: 60px;
  margin: 0 auto;
  display: block;
  border: 0;
  background: #7fc166;
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
  font-weight: bold;
}

.tzForm .layui-form-label {
  width: 135px;
  text-align: left;
  padding: 9px 10px;
}

.tzForm .layui-input-block {
  margin-left: 135px;
}

.tzForm .layui-form-item {
  margin-bottom: 40px;
}

.tzForm_twoItem {
  /* display: inline-block; */
  width: 480px;
  /* float: left; */
}

.tzForm .layui-input {
  height: 60px;
}

.tzForm .layui-form-label {
  line-height: 42px;
}

.tzForm .layui-textarea {
  min-height: 164px;
  padding: 20px 10px;
}

.tzForm .yzmBlock {
  position: relative;
}

.tzForm .yzmBlock span {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  line-height: 60px;
  background: #7fc166;
  color: #fff;
  display: block;
  width: 150px;
  text-align: center;
}

.tzForm .yzmBlock input {
  padding-right: 160px;
}

.tzForm .zsSubmit {
  width: 500px;
  height: 60px;
  margin: 0 auto;
  display: block;
  border: 0;
  background: #7fc166;
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
  font-weight: bold;
}

.tzItem .tzForm_twoItem:nth-of-type(1) {
  float: left;
}

.tzItem .tzForm_twoItem:nth-of-type(2) {
  float: right;
}

.tzItem .layui-form-select .layui-edge {
  border-top-color: #7fc166;
}


/* rank */

.rank {}

.rank .rankHead {
  text-align: center;
  color: #fff;
  background: url("../img/rankhead.png") no-repeat center;
  background-size: 100% 100%;
  padding: 20px 0;
  font-size: 22px;
}

.rank .rankList {
  background: #f3f9ea;
  padding: 0 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.rank .rankList ul li {
  padding: 13px 0;
  overflow: hidden;
}

.rank .rankList ul li.rankListTitle {
  font-weight: bold;
}

.rank .rankList ul li .rankList_left {
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 205px;
}

.rank .rankList ul li .rankList_right {
  float: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 119px;
  text-align: center;
}


/* zjpage */

.zjContent {
  padding: 40px 60px;
}

.zjmt {
  margin-top: 20px;
}

.zjContent_left {
  float: left;
  margin-right: 20px;
}

.zjContent_left img {
  width: 185px;
  border-radius: 50%;
  margin-bottom: 20px;
  height: 185px;
}

.zjContent_right button {
  font-size: 17px;
  width: 136px;
  padding: 6px 0;
  border: 0;
  background: #ff8a00;
  border-radius: 50px;
  display: block;
  /* margin: 0 auto; */
}

.zjContent_right button a {
  display: block;
  color: #fff;
}

.zjContent_right {
  width: 875px;
  padding: 20px;
  float: left;
}

.zjContent_right h1 {
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 30px;
  margin-top: 25px;
  padding-left: 20px;
}

.zjContent_right h2 {
  margin-bottom: 30px;
}

.zjContent_right p {
  line-height: 30px;
}

.zjContentList {
  padding: 0 60px 67px 60px;
}

.zjContentList .zhuanjiajj p {
  line-height: 32px;
  text-indent: 2em;
}

.zjContentList .circleLi {
  overflow: hidden;
}

.zjContentList .circleLi li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 580px;
  float: left;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
  margin-right: 40px;
}

.zjContentList .circleLi li::before {
  top: 10px;
}

.zjContentList .circleLi li:nth-of-type(2n) {
  margin-right: 0;
}

@media screen and (max-width: 1200px) {
  .mainRank{padding: 20px 0;border-top: 1px solid rgb(232, 232, 232);border-bottom: 1px solid rgb(232, 232, 232);float: left;margin-bottom: 40px;}
.mainRank li{width: 200px;text-align: center;border-right: 1px solid rgb(232, 232, 232);float: left;}
.mainRank li:nth-last-of-type(1){border-right: none;}
.mainRank li p{font-size: 27px;color: #ff8e00;font-weight: bold;line-height: 1;margin-top: 8px;}
.mainRank li span{color: #333;}
.axdt{margin: 10px 0;}
.axdt_left{color: #ff8e00;font-weight: bold;line-height: 40px;float: left;font-size: 12px;width: 63px;}
.realTrade{height: 40px;overflow: hidden;float: left;width: 999px;padding-left: 0px;}
.realTrade_msg li p{height: 40px;line-height:40px;margin-right: 16px;float: left;color: #666;position: relative;font-size: 12px;}
.realTrade_msg li p::before{position: absolute;content: '';width: 2px;height: 2px;background-color: #666;border-radius: 50%;left: -3px;top: 18px;}
.realTrade_msg li p:nth-of-type(3n){margin-right: 0;}
  .h50 {
      height: 40px;
      width: 100%;
  }
  .h30 {
      height: 22px;
      width: 100%;
  }
  .secondarySection ul li a {
      font-size: 14px
  }
  .mr {
      margin-top: 60px !important;
  }
  .grayBg {
      background: #f7f7f7;
  }
  .whiteBg {
      background: #fff;
  }
  .blueBg {
      background: #e7ecf4;
      margin-top: 20px;
  }
  .grayLine {
      height: 1px;
      width: 100%;
      background: #d3d3d3;
      margin: 22px 0;
  }
  .cl:after {
      content: "";
      display: block;
      overflow: hidden;
      visibility: hidden;
      height: 0;
      clear: both;
  }
  .cl {
      zoom: 1;
  }
  .pMask {
      position: relative;
      overflow: hidden;
  }
  .pMask p {
      position: absolute;
      bottom: 0;
      padding: 9px 5px;
      width: 100%;
      background: rgba(0, 0, 0, 0.4);
      color: #fff;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 14px;
  }
  .pMask img:hover {
      transform: scale(1.1);
  }
  .pMask img {
      transition: 0.8s;
  }
  .pMask .status {
      position: absolute;
      top: 0;
      right: 0;
      padding: 5px 23px;
      /* border: 1px solid #e3e3e3; */
      z-index: 99999;
      color: #fff;
      border-bottom-left-radius: 14px;
  }
  .content {
      width: 1006px;
      margin: 0 auto;
  }
  .sTitle {
      position: relative;
      padding-left: 12px;
      margin-bottom: 20px;
      font-size: 18px;
      padding-top: 0px;
      overflow: hidden;
      line-height: 30px;
      padding-bottom: 0px;
      height: 32px;
  }
  .sTitle::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: 5px;
      border-radius: 5px;
      background: #7fc166;
      height: 85%;
      transform: translateY(-50%);
  }
  .sTitle .lan {
      display: inline-block;
      vertical-align: bottom;
      margin-left: 10px;
  }
  .lan span {
      border: 1px solid #7fc166;
      padding: 3px 15px;
      border-radius: 50px;
      font-size: 13px;
      margin: 0 4px;
      vertical-align: middle;
  }
  .lan span:hover {
      background: #ff8a00 !important;
      border: 1px solid #ff8a00;
  }
  .lan span:hover a {
      color: #fff !important;
  }
  .lan span a {
      color: #7fc166;
  }
  .lan span.org a {
      color: #fff;
  }
  .sTitle_right {
      float: right;
  }
  .threeGrid {
      overflow: hidden;
  }
  .threeGrid>.threeG {
      width: 316px;
      float: left;
      margin-right: 29px;
  }
  .threeGrid .threeG:nth-of-type(3n) {
      margin-right: 0;
  }
  .fourGrid {
      overflow: hidden;
  }
  .fourGrid>.fourG {
      width: 232px;
      float: left;
      margin-right: 26px;
  }
  .fourGrid .fourG:nth-of-type(4n) {
      margin-right: 0;
  }
  .circleLi li {
      position: relative;
      padding-left: 20px;
  }
  .circleLi li::before {
      content: "";
      width: 5px;
      height: 5px;
      background: #50b1cf;
      top: 50%;
      left: 5px;
      position: absolute;
      border-radius: 50px;
      transform: translateY(-50%);
  }
  .sectionTitle {
      position: relative;
      text-align: center;
      height: 40px;
      line-height: 40px;
      font-size: 35px;
      font-weight: bold;
      color: #7fc166;
      margin-bottom: 56px;
  }
  .sectionTitle::before {
      content: "";
      width: 43%;
      height: 20px;
      position: absolute;
      top: 14px;
      right: 0;
      background: url(../img/right_title.png) no-repeat;
  }
  .sectionTitle::after {
      content: "";
      width: 43%;
      height: 20px;
      position: absolute;
      top: 14px;
      left: 0;
      background: url(../img/left_title.png) no-repeat right;
  }
  /* common end*/
  /*index_header */
  .header {
      overflow: hidden;
      position: relative;
      padding: 17px 0;
  }
  .header .logo {}
  .header .logo img {
      display: block;
      width: 213px;
  }
  .header .header_right {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
  }
  .header .header_right .search {
      display: inline-block;
      position: relative;
  }
  .header .header_right .search input {
      height: 35px;
      width: 289px;
      padding-left: 20px;
      border-radius: 50px;
      box-sizing: border-box;
      outline: none;
      border: 1px solid #bcdfb1;
      font-size: 16px;
  }
  .header .header_right .search img {
      position: absolute;
      width: 18px;
      right: 22px;
      top: 50%;
      transform: translateY(-50%);
  }
  .header .header_right span {
      margin-left: 13px;
  }
  .header .header_right span a {
      color: #7fc166;
  }
  /* index_header end */
  /* index_nav */
  .nav {
      background: #7fc166;
      min-width: 1006px;
  }
  .nav>ul {
      width: 1006px;
      margin: 0 auto;
  }
  .nav a:hover {
      color: #fff600 !important;
  }
  .nav>ul>li {
      position: relative;
      float: left;
      width: 101px;
      text-align: center;
      box-sizing: border-box;
  }
  .nav>ul>li>a {
      display: inline-block;
      color: #fff;
      height: 50px;
      line-height: 50px;
  }
  .nav>ul>li.hasChild>a {
      position: relative;
  }
  .nav>ul>li.hasChild>a::after {
      position: absolute;
      content: "";
      width: 11px;
      height: 9px;
      background: url(../img/downArrow_icon.png) no-repeat center;
      top: 50%;
      transform: translateY(-50%);
      right: -17px;
  }
  .nav>ul>li.hasChild:hover>ol {
      display: block;
  }
  .nav>ul>li>ol {
      z-index: 9999;
      position: absolute;
      width: 100%;
      background: #7fc166;
      display: none;
  }
  .nav>ul>li>ol>li:hover {
      background: #63b644;
  }
  .nav>ul>li>ol>li a {
      padding: 15px 4px;
      font-size: 15px;
  }
  .nav>ul>li>ol a {
      color: #fff;
      display: block;
  }
  .nav>ul>li img {
      display: inline-block;
      vertical-align: middle;
      margin-left: 5px;
  }
  /* index_nav end */
  /* banner1 */
  .banner1 {
      padding-top: 44px;
      padding-bottom: 26px;
      min-width: 1006px;
  }
  .banner1 h1 {
      text-align: center;
      margin-bottom: 7px;
      padding: 10px 20px;
      line-height: 40px;
  }
  .banner1 h1 a {
      color: #ff8a00;
      font-weight: bold;
      font-size: 27px;
  }
  .banner1 h2 {
      text-align: center;
      margin-bottom: 35px;
      padding: 0 20px;
      line-height: 26px;
  }
  .banner1 .banner1_left {
      float: left;
  }
    .banner1 .banner1_left.p_Mask img {
      width: 946px;
      height: 588px;
  }
  .banner1 .banner1_left img {
      width: 663px;
      height: 410px;
  }
  .banner1 .banner1_right img {
      width: 316px;
      height: 197px;
  }
  .banner1 .banner1_right {
      float: right;
  }
  .banner1 .banner1_right div:nth-of-type(1) {
      margin-bottom: 15px;
  }
  /* banner1 end */
  /* banner2 */
  .banner2 {}
  .banner2 li {
      margin-top: 15px;
  }
  .banner2 li {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .banner2 li a {
      font-size: 14px;
  }
  .banner2 img {
      width: 316px;
      height: 197px;
  }
  /* banner2 end */
  /* banner3 */
  .banner3 {}
  .banner3 .circleLi li {
      padding-bottom: 4px;
      margin-top: 7px;
      border-bottom: 1px solid #ececec;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .banner3 .circleLi li a {
      font-size: 14px
  }
  .banner3_left {
      float: left;
      width: 493px;
  }
  .banner3_left .twoImg {}
  .banner3_left .twoImg>div {
      float: left;
      width: 232px;
  }
  .banner3_left .twoImg>div:nth-of-type(1) {
      margin-right: 28px;
  }
  .banner3_left .twoImg>div img {
      width: 232px;
      height: 145px;
  }
  .banner3_left .twoImg>div a div {
      height: 62px;
      background: #f8f8f8;
      padding: 8px;
  }
  .banner3_left .twoImg>div a div p {
      font-size: 14px;
      line-height: 20px;
  }
  .banner3_right {
      float: right;
  }
  .banner3_right img {
      width: 489px;
      height: 303px;
  }
  /* banner3 end */
  /* banner4 */
  .banner4 .fourG img {
      width: 232px;
      height: 145px;
  }
  .banner4 .fourG p {
      font-size: 14px;
      line-height: 20px;
      height: 80px;
      padding: 10px;
      background: #f8f8f8;
  }
  /* banner4 end */
  /* banner5 */
  .banner5 {}
  .banner5_left {
      float: left;
      width: 489px;
  }
  .banner5_left img {
      width: 489px;
      height: 303px;
  }
  .banner5_right {
      float: right;
      width: 489px;
  }
  .banner5 .cl img {
      width: 232px;
      height: 145px;
  }
  .banner5 .cl .pMask:nth-of-type(1) {
      float: left;
  }
  .banner5 .cl .pMask:nth-of-type(2) {
      float: right;
  }
  .banner5 .rowOne {
      margin-bottom: 13px;
  }
  .banner5 .zbz {
      background: url(../img/zbz.png) no-repeat center;
  }
  .banner5 .zbhg {
      background: url(../img/zbhg.png) no-repeat center;
  }
  /* banner5 end */
  /* benner6 */
  .banner6 {
      margin-top: 70px;
      padding: 50px 0;
  }
  .banner6 .banner6_left {
      float: left;
  }
  .banner6 .banner6_left .pMask {
      float: left;
      margin-right: 26px;
  }
  .banner6 .banner6_left .pMask img {
      width: 232px;
      height: 232px;
  }
  .banner6 .banner6_left .pMask .status {
      background: #7fc166;
      color: #fff;
      border: 0;
  }
  .banner6 .banner6_right {
      float: left;
      width: 232px;
  }
  .banner6 .banner6_right .sTitle_right a {
      font-size: 16px;
  }
  .banner6 .banner6_right .shopList {
      background: #fff;
      border: 1px solid #f1f1f1;
      padding: 16px 8px;
  }
  .banner6 .banner6_right .shopList li.shopListHead {
      margin-top: 0;
      font-weight: bold;
  }
  .banner6 .banner6_right .shopList ul li {
      overflow: hidden;
      margin-top: 10px;
  }
  .banner6 .banner6_right .shopList_left {
      float: left;
      width: 156px;
  }
  .banner6 .banner6_right .shopList_right {
      float: right;
      width: 53px;
  }
  .banner6 .banner6_right .shopList .shopList_left,
  .banner6 .banner6_right .shopList .shopList_right {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 14px;
  }
  /* banner6 end */
  /* banner7  */
  .banner7 {
      padding-bottom: 30px;
  }
  .banner7_left {
      float: left;
  }
  .banner7_right {
      float: right;
  }
  .banner7_left img {
      width: 316px;
      height: 316px;
  }
  .banner7_right .rowOne {
      margin-bottom: 32px;
  }
  .banner7_right>div .pMask {
      float: left;
  }
  .banner7_right>div .pMask:nth-of-type(2) {
      margin-left: 30px;
  }
  .banner7_right>div .pMask img {
      width: 316px;
      height: 142px;
  }
  /* banner7 end */
  /* banner8 */
  .banner8 {}
  .banner8 .threeG img {
      width: 316px;
      height: 197px;
  }
  /* .banner8 .threeG a:hover{
    color: #fff600!important;
}
.banner8 .threeG h1 {
  background: #7fc166;

  color: #fff;

  font-weight: bold;

  text-align: center;

  height: 50px;

  line-height: 49px;
}
.banner8 .threeG h1 a {
  color: #fff;
  display: block;
} */
  /* banner8 end */
  /* banner9 */
  .banner9 .speTitle::before {
      content: unset;
  }
  .banner9 .lan span {
      background: #7fc166;
  }
  .banner9 .lan span a {
      color: #fff;
  }
  .banner9 .pMask img {
      width: 316px;
      height: 197px;
  }
  .banner9 .threeG:nth-of-type(1) .pMask {
      margin-bottom: 33px;
  }
  .banner9 .twoGrid>div {
      width: 143px;
      text-align: center;
      border: 1px solid #d3d3d3;
      padding: 13px 0;
      height: 84px;
  }
  .banner9 .twoGrid>div img {
      display: inline-block;
      margin-bottom: 6px;
      width: 30px;
  }
  .banner9 .twoGrid>div p {
      font-size: 14px
  }
  .banner9 .twoGrid>div:nth-of-type(1) {
      float: left;
  }
  .banner9 .twoGrid>div:nth-of-type(2) {
      float: right;
  }
  .banner9 .twoGrid a {
      display: block;
  }
  .banner9 .oneLine {
      margin-bottom: 31px;
  }
  .banner9 .oneLine .jobs {
      width: 144px;
      font-size: 15px;
      height: 84px;
      background: #f8f8f8;
      padding: 8px 10px 0 10px;
  }
  .banner9 .oneLine .jobsLeft {
      float: left;
  }
  .banner9 .oneLine .jobsRight {
      float: right;
  }
  .banner9 .oneLine .jobs .jobsLine {
      height: 35.5px;
  }
  .banner9 .oneLine .jobs .jobsLine .jobsLine_left {
      float: left;
      width: 75px;
  }
  .banner9 .oneLine .jobs .jobsLine .jobsLine_left p {
      font-size: 12px;
      line-height: 17px;
  }
  .banner9 .oneLine .jobs .jobsLine .jobsLine_right {
      float: right;
  }
  .banner9 .oneLine .jobs .jobsLine .jobsLine_right p {
      width: 48px;
  }
  .banner9 .price {
      color: #ff8a00;
      font-size: 12px;
  }
  .banner9 .threeG:nth-of-type(3) .jobs {
      padding: 10px;
  }
  .banner9 .threeG:nth-of-type(3) .jobs h1 {
      font-weight: bold;
      font-size: 18px;
      color: #555555;
      margin-bottom: 9px;
  }
  .jobsLine:nth-child(2) .jobsLine_left p {
    font-size: 14px !important;
}
  .banner9 .threeG:nth-of-type(3) .jobs p {
      margin-bottom: 0px;
      font-size: 14px;
  }
  .banner9 .threeGL:nth-of-type(1) .pMask img {
      width: 452px;
      height: 280px;
  }
  /* banner9 end */
  /* banner10 */
  .banner10 {
      padding: 50px 0;
  }
  .banner10 .fourG img {
      width: 232px;
      height: 145px;
  }
  .banner10 .zsAndTz img {
      width: 232px;
      height: 88px;
  }
  .banner10 .zsAndTz>a:nth-of-type(1) img {
      margin-bottom: 27px;
  }
  .banner10 .fourG p {
      height: 58px;
      background: #fff;
      padding: 7px;
      line-height: 20px;
      font-size: 14px;
  }
  /* banner10 end */
  /* benner11 */
  .banner11 {}
  .banner11 .sTitle_right a {
      font-size: 16px;
  }
  .banner11 .circleLi li {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-top: 39px;
  }
  .banner11 .tx {
      display: inline-block;
      vertical-align: middle;
      margin-right: 7px;
  }
  .banner11 .professorName {
      display: inline-block;
      vertical-align: top;
      width: 170px;
      transform: translateY(7px);
  }
  .banner11 .professorName h1 {
      font-weight: bold;
      margin-bottom: 5px;
      font-size: 14px;
  }
  .banner11 .professorName h2 {
      font-size: 14px;
      line-height: 18px;
  }
  .banner11 .refer {
      display: inline-block;
  }
  .banner11 .refer .lan span {
      padding: 3px 15px;
  }
  .banner11 .threeG:nth-of-type(3) ul li {
      margin-bottom: 12px;
      padding-bottom: 11px;
      border-bottom: 1px solid #ececec;
  }
  .banner11 .threeG:nth-of-type(3) ul li:nth-last-child(1) {
      margin-bottom: 0;
  }
  .banner11 img {
      width: 316px;
      height: 197px;
  }
  .banner11 .tx img {
      width: 64px;
      height: 64px;
      border-radius: 50px;
  }
  /* banner11 end */
  /* benner12 */
  .banner12 .twblock {
      overflow: hidden;
  }
  .banner12 .tw {
      width: 144px;
      margin-right: 28px;
      height: 57px;
      line-height: 57px;
      text-align: center;
      border: 1px solid #d3d3d3;
      float: left;
      margin-bottom: 36px;
  }
  .banner12 .tw a {
      display: block;
  }
  .banner12 .tw:nth-of-type(6n) {
      margin-right: 0;
  }
  .banner12 .tw:nth-of-type(6n-5) {
      clear: both;
  }
  /* banner12 end */
  /* banner13 */
  .banner13 {}
  .banner13 .sectionTitle::before {
      background: url("../img/lastRightLine.png") no-repeat center;
      width: 35%;
  }
  .banner13 .sectionTitle::after {
      background: url("../img/lastLeftLine.png") no-repeat center;
      width: 35%;
  }
  .banner13 img {
      width: 316px;
      height: 197px;
  }
  /* banner13 end */
  /* footer */
  .footer {
      background: #7fc166;
      color: #fff;
      padding: 50px 0;
      min-width: 1006px;
  }
  .footer a {
      color: #fff;
  }
  .footer a:hover {
      color: #fff600!important;
  }
  .footerContent {
      position: relative;
  }
  .footer .unit {}
  .footer .unitSection {
      float: left;
  }
  .footer .unitName {
      float: left;
      width: 760px;
  }
  .footer .unitName span {
      display: inline-block;
      margin: 0 8px 20px 0px;
  }
  .footer .mt8 {
      margin-bottom: 20px;
  }
  .focusUs {
      position: absolute;
      right: 0;
      top: -15px;
      text-align: center;
  }
  .focusUs img {
      width: 120px;
      margin-bottom: 10px;
  }
  /* banner13 end */
  /* list.html */
  .crumbs {
      color: #777777;
      padding-top: 17px;
      font-size: 14px;
  }
  .crumbs a {
      color: #777777;
      display: inline-block;
      margin: 0 6px;
      font-size: 14px;
  }
  .secondarySection {
      border-bottom: 1px solid #e4e4e4;
      margin-top: 30px;
      margin-bottom: 40px;
  }
  .secondarySection ul li {
      float: left;
      margin-right: 58px;
      padding-bottom: 14px;
  }
  .secondarySection ul li.inthis::before {
      content: "";
      width: 100%;
      height: 3px;
      background: #9acd86;
      bottom: -1.5px;
      position: absolute;
  }
  .newsList {}
  .newsList ul li {
      float: left;
      width: 232px;
      margin-right: 26px;
      margin-bottom: 40px;
  }
  .newsList ul li .newsContent {
      height: 112px;
      background: #fbfbfb;
      padding: 6px;
  }
  .newsList ul li .newsContent p {
      height: 67px;
      font-size: 14px;
      line-height: 19px;
  }
  .newsList ul li .newsContent .newsTime {
      color: #777777;
      font-size: 14px;
  }
  .newsList ul li .newsContent .newsTime .newsTime_left {
      float: left;
      width: 85px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .newsList ul li .newsContent .newsTime .newsTime_right {
      float: right;
      width: 128px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .newsList .content_img {
      width: 232px;
      height: 145px;
      overflow: hidden;
  }
  .newsList .content_img img {
      width: 232px;
      height: 145px;
      transition: 0.8s;
  }
  .newsList .content_img img:hover {
      transform: scale(1.1);
  }
  .loadMore {
      background-color: #eeeeee;
      text-align: center;
      padding: 14px 0;
      cursor: pointer;
  }
  /* page.html */
  .pageContent {
      width: 906px;
      margin: 0 auto;
      padding: 40px 0;
      margin-top: 15px;
      margin-bottom: 14px;
  }
  .pageContent .pageHead {
      text-align: center;
      border-bottom: 1px dashed;
      border-color: #c8c8c8;
      margin-bottom: 38px;
  }
  .pageContent .pageHead h1 {
      font-size: 23px;
      font-weight: bold;
      margin-bottom: 30px;
      line-height: 30px;
  }
  .pageContent .pageHead h2 {
      margin-bottom: 30px;
      color: #777777;
      font-size: 14px;
  }
  .arctile p {
      margin: 20px 0;
      line-height: 26px;
  }
  .arctile img {
      display: inline-block;
      max-width: 100%;
  }
  .recommend {
      padding: 50px 20px;
  }
  .recommend .newsList li {
      margin-right: 12.6px;
  }
  /* zhiku */
  .zhikuContent {
      width: 1080px;
  }
  .zhikuContent h1 {
      text-align: center;
      font-size: 26px;
      color: #7fc166;
      font-weight: bold;
      margin-bottom: 50px;
  }
  .zhikuContent p {
      line-height: 26px;
      text-indent: 2em;
      margin-bottom: 30px;
  }
  /* zhikuzhuanjia */
  .expertList .touxiang {
      padding: 10px;
  }
  .expertList ul li {
      padding: 10px 0;
      width: 168px;
      height: 253px;
      background: #e7ecf4;
      border-radius: 5px;
      margin-right: 41px;
      margin-bottom: 41px;
      float: left;
      overflow: hidden;
  }
  .expertList ul li img {
      width: 153px;
      margin: 0 auto;
      height: 153px;
      border-radius: 500px;
      margin-bottom: 25px;
  }
  .expertList ul li:nth-of-type(5n) {
      margin-right: 0px;
  }
  .expertList ul li .expertContent {
      padding: 0 20px;
  }
  .expertList ul li .expertContent h1 {
      text-align: center;
      font-weight: bold;
      margin-bottom: 9px;
      font-size: 16px;
  }
  .expertList ul li .expertContent h2 {
      line-height: 24px;
  }
  .expertList ul li .expertContent span {
      display: block;
      width: 136px;
      background: #ff8a00;
      text-align: center;
      padding: 10px 0;
      margin: 0 auto;
      border-radius: 50px;
  }
  /* search */
  .searchResult {}
  .searchResult .searchTitle {
      font-size: 18px;
      color: #ff8a00;
      font-weight: bold;
      margin-bottom: 40px;
  }
  .searchResult .searchContent {}
  .searchResult .searchContent ul {}
  .searchResult .searchContent ul li {
      overflow: hidden;
      /* height: 205px; */
      padding-bottom: 26px;
      margin-bottom: 26px;
      border-bottom: 1px solid #e7e7e7;
  }
  .searchResult .searchContent ul li .search_left {
      float: left;
      width: 232px;
  }
  .searchResult .searchContent ul li .search_left img {
      width: 232px;
      height: 145px;
  }
  .searchResult .searchContent ul li .search_right {
      float: left;
      width: 769px;
      padding: 8px 30px 19px 30px;
  }
  .searchResult .searchContent ul li .search_right h1 {
      font-weight: bold;
      font-size: 18px;
      word-break: break-all;
      line-height: 24px;
      height: 99px;
  }
  .searchResult .searchContent ul li .search_right p {
      /* text-indent: 2em; */
      font-size: 14px;
  }
  /* consult */
  .consultForm {
      padding: 50px 92px;
      margin-top: 17px;
  }
  .consultForm .consult_title {
      color: #7fc166;
      text-align: center;
      font-size: 25px;
      font-weight: bold;
      margin-bottom: 40px;
  }
  .zsForm .layui-form-label {
      width: 110px;
      text-align: left;
      padding: 4px 10px;
  }
  .zsForm .layui-input-block {
      font-size: 14px;
  }
  .zsForm .layui-form-item {
      margin-bottom: 40px;
  }
  .zsForm_twoItem {
      display: inline-block;
      width: 409px;
      margin-bottom: 40px;
  }
  .zsForm .layui-input {
      height: 50px;
  }
  .zsForm .layui-form-label {
      line-height: 39px;
      font-size: 14px;
  }
  .zsForm .layui-textarea {
      min-height: 115px;
      padding: 20px 10px;
  }
  .zsForm .yzmBlock {
      position: relative;
  }
  .zsForm .yzmBlock span {
      position: absolute;
      right: 0;
      top: 0;
      height: 50px;
      line-height: 50px;
      background: #7fc166;
      color: #fff;
      display: block;
      width: 150px;
      text-align: center;
  }
  .zsForm .yzmBlock input {
      padding-right: 160px;
  }
  .zsForm .zsSubmit {
      width: 500px;
      height: 60px;
      margin: 0 auto;
      display: block;
      border: 0;
      background: #7fc166;
      color: #fff;
      cursor: pointer;
      border-radius: 50px;
      font-weight: bold;
  }
  .tzForm .layui-form-label {
      width: 135px;
      text-align: left;
      padding: 9px 10px;
  }
  .tzForm .layui-input-block {
      margin-left: 135px;
  }
  .tzForm .layui-form-item {
      margin-bottom: 40px;
  }
  .tzForm_twoItem {
      /* display: inline-block; */
      width: 402px;
      /* float: left; */
  }
  .tzForm .layui-input {
      height: 60px;
  }
  .tzForm .layui-form-label {
      line-height: 42px;
  }
  .tzForm .layui-textarea {
      min-height: 164px;
      padding: 20px 10px;
  }
  .tzForm .yzmBlock span {
      position: absolute;
      right: 0;
      top: 0;
      height: 60px;
      line-height: 60px;
      background: #7fc166;
      color: #fff;
      display: block;
      width: 150px;
      text-align: center;
  }
  .tzForm .yzmBlock input {
      padding-right: 160px;
  }
  .tzForm .zsSubmit {
      width: 500px;
      height: 60px;
      margin: 0 auto;
      display: block;
      border: 0;
      background: #7fc166;
      color: #fff;
      cursor: pointer;
      border-radius: 50px;
      font-weight: bold;
  }
  /* rank */
  .rank {}
  .rank .rankHead {
      text-align: center;
      color: #fff;
      background: url("../img/rankhead.png") no-repeat center;
      background-size: 100% 100%;
      padding: 13px 0;
      font-size: 19px;
  }
  .rank .rankList {
      background: #f3f9ea;
      padding: 0 14px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
  }
  .rank .rankList ul li {
      padding: 13px 0;
      overflow: hidden;
  }
  .rank .rankList ul li.rankListTitle {
      font-weight: bold;
  }
  .rank .rankList ul li .rankList_left {
      float: left;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 188px;
      font-size: 14px;
  }
  .rank .rankList ul li .rankList_right {
      float: right;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 99px;
      text-align: center;
      font-size: 14px;
  }
  /* zjpage */
  .zjContent {
      padding: 32px 50px;
  }
  .zjmt {
      margin-top: 20px;
  }
  .zjContent_left {
      float: left;
      margin-right: 20px;
  }
  .zjContent_left img {
      width: 158px;
      border-radius: 50%;
      margin-bottom: 14px;
      height: 158px;
  }
  .zjContent_right button {
      font-size: 15px;
      width: 123px;
      padding: 6px 0;
      border: 0;
      background: #ff8a00;
      border-radius: 50px;
      display: block;
      /* margin: 0 auto; */
  }
  .zjContent_right {
      width: 721px;
      padding: 20px;
      float: left;
  }
  .zjContent_right h1 {
      font-weight: bold;
      margin-bottom: 31px;
      font-size: 27px;
      margin-top: 20px;
      padding-left: 14px;
  }
  .zjContent_right h2 {
      margin-bottom: 30px;
  }
  .zjContent_right p {
      line-height: 30px;
  }
  .zjContentList {
      padding: 0 60px 67px 60px;
  }
  .zjContentList .zhuanjiajj p {
      line-height: 29px;
      text-indent: 2em;
      font-size: 16px !important;
  }
  .zjContentList .zhuanjiajj p span {
      font-size: 16px !important;
  }
  .zjContentList .circleLi li {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 580px;
      float: left;
      margin-bottom: 30px;
      padding-bottom: 15px;
      border-bottom: 1px solid #ececec;
      margin-right: 40px;
  }
  .zjContentList .circleLi li::before {
      top: 10px;
  }
}

@media screen and (min-width: 1921px) {
  .mainRank{padding: 20px 0;border-top: 1px solid rgb(232, 232, 232);border-bottom: 1px solid rgb(232, 232, 232);float: left;width: 100%;margin-bottom: 40px;}
.mainRank li{width: 287px;text-align: center;border-right: 1px solid rgb(232, 232, 232);float: left;}
.mainRank li:nth-last-of-type(1){border-right: none;}
.mainRank li p{font-size: 32px;color: #ff8e00;font-weight: bold;line-height: 1;margin-top: 13px;}
.mainRank li span{color: #333;}
.axdt{margin: 10px 0;}
.axdt_left{color: #ff8e00;font-weight: bold;line-height: 40px;float: left;font-size: 18px;width: 90px;}
.realTrade{height: 40px;overflow: hidden;float: left;width: 1306px;padding-left: 10px;}
.realTrade_msg li p{height: 40px;line-height:40px;margin-right:20px;float: left;color: #666;position: relative;font-size: 16px;}
.realTrade_msg li p::before{position: absolute;content: '';width: 4px;height: 4px;background-color: #666;border-radius: 50%;left: -10px;top: 18px;}
.realTrade_msg li p:nth-of-type(3n){margin-right: 0;}
  .h50 {
      height: 38px;
      width: 100%;
  }
  .h30 {
      height: 22px;
      width: 100%;
  }
  .secondarySection ul li a {
      font-size: 18px
  }
  .mr {
      margin-top: 60px !important;
  }
  .grayBg {
      background: #f7f7f7;
  }
  .whiteBg {
      background: #fff;
  }
  .blueBg {
      background: #e7ecf4;
      margin-top: 20px;
  }
  .grayLine {
      height: 1px;
      width: 100%;
      background: #d3d3d3;
      margin: 38px 0;
  }
  .cl:after {
      content: "";
      display: block;
      overflow: hidden;
      visibility: hidden;
      height: 0;
      clear: both;
  }
  .cl {
      zoom: 1;
  }
  .pMask {
      position: relative;
      overflow: hidden;
  }
  .pMask p {
      position: absolute;
      bottom: 0;
      padding: 12px 7px;
      width: 100%;
      background: rgba(0, 0, 0, 0.4);
      color: #fff;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 18px;
  }
  .pMask img:hover {
      transform: scale(1.1);
  }
  .pMask img {
      transition: 0.8s;
  }
  .pMask .status {
      position: absolute;
      top: 0;
      right: 0;
      padding: 5px 23px;
      /* border: 1px solid #e3e3e3; */
      z-index: 99999;
      color: #fff;
      border-bottom-left-radius: 14px;
  }
  .content {
      width: 1440px;
      margin: 0 auto;
  }
  .sTitle {
      position: relative;
      padding-left: 18px;
      margin-bottom: 29px;
      font-size: 27px;
      padding-top: 0px;
      overflow: hidden;
      line-height: 38px;
      padding-bottom: 0px;
      height: 42px;
  }
  .sTitle::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: 5px;
      border-radius: 5px;
      background: #7fc166;
      height: 85%;
      transform: translateY(-50%);
  }
  .sTitle .lan {
      display: inline-block;
      vertical-align: bottom;
      margin-left: 10px;
  }
  .lan span {
      border: 1px solid #7fc166;
      padding: 3px 15px;
      border-radius: 50px;
      font-size: 18px;
      margin: 0 13px;
      vertical-align: middle;
  }
  .lan span:hover {
      background: #ff8a00 !important;
      border: 1px solid #ff8a00;
  }
  .lan span:hover a {
      color: #fff !important;
  }
  .lan span a {
      color: #7fc166;
  }
  .lan span.org a {
      color: #fff;
  }
  .sTitle_right {
      float: right;
      font-size: 16px;
  }
  .threeGrid {
      overflow: hidden;
  }
  .threeGrid>.threeG {
      width: 452px;
      float: left;
      margin-right: 42px;
  }
  .threeGrid .threeG:nth-of-type(3n) {
      margin-right: 0;
  }
  .fourGrid {
      overflow: hidden;
  }
  .fourGrid>.fourG {
      width: 332px;
      float: left;
      margin-right: 37px;
  }
  .fourGrid .fourG:nth-of-type(4n) {
      margin-right: 0;
  }
  .circleLi li {
      position: relative;
      padding-left: 20px;
  }
  .circleLi li::before {
      content: "";
      width: 5px;
      height: 5px;
      background: #50b1cf;
      top: 50%;
      left: 5px;
      position: absolute;
      border-radius: 50px;
      transform: translateY(-50%);
  }
  .sectionTitle {
      position: relative;
      text-align: center;
      height: 50px;
      line-height: 50px;
      font-size: 41px;
      font-weight: bold;
      color: #7fc166;
      margin-bottom: 60px;
  }
  .sectionTitle::before {
      content: "";
      width: 44%;
      height: 26px;
      position: absolute;
      top: 14px;
      right: 0;
      background: url(../img/right_title.png) no-repeat;
      background-size: 634px;
  }
  .sectionTitle::after {
      content: "";
      width: 44%;
      height: 26px;
      position: absolute;
      top: 14px;
      left: 0;
      background: url(../img/left_title.png) no-repeat;
      background-size: 627px;
      display: block;
  }
  /* common end*/
  /*index_header */
  .header {
      overflow: hidden;
      position: relative;
      padding: 23px 0;
  }
  .header .logo {}
  .header .logo img {
      display: block;
      width: 291px;
  }
  .header .header_right {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
  }
  .header .header_right .search {
      display: inline-block;
      position: relative;
  }
  .header .header_right .search input {
      height: 50px;
      width: 441px;
      font-size: 18px;
      padding-left: 20px;
      border-radius: 50px;
      box-sizing: border-box;
      outline: none;
      border: 1px solid #bcdfb1;
  }
  .header .header_right .search img {
      position: absolute;
      width: 23px;
      right: 22px;
      top: 50%;
      transform: translateY(-50%);
  }
  .header .header_right span {
      margin-left: 13px;
  }
  .header .header_right span a {
      color: #7fc166;
      font-size: 18px;
  }
  /* index_header end */
  /* index_nav */
  .nav {
      background: #7fc166;
      min-width: 1440px;
  }
  .nav>ul {
      width: 1440px;
      margin: 0 auto;
  }
  .nav a:hover {
      color: #fff600 !important;
  }
  .nav>ul>li {
      position: relative;
      float: left;
      width: 143px;
      text-align: center;
      box-sizing: border-box;
  }
  .nav>ul>li>a {
      display: inline-block;
      color: #fff;
      height: 50px;
      font-size: 18px;
      line-height: 50px;
  }
  .nav>ul>li.hasChild>a {
      position: relative;
  }
  .nav>ul>li.hasChild>a::after {
      position: absolute;
      content: "";
      width: 11px;
      height: 9px;
      background: url(../img/downArrow_icon.png) no-repeat center;
      top: 50%;
      transform: translateY(-50%);
      right: -17px;
  }
  .nav>ul>li.hasChild:hover>ol {
      display: block;
  }
  .nav>ul>li>ol {
      z-index: 9999;
      position: absolute;
      width: 100%;
      background: #7fc166;
      display: none;
  }
  .nav>ul>li>ol>li:hover {
      background: #63b644;
  }
  .nav>ul>li>ol>li a {
      padding: 15px 4px;
      font-size: 15px;
  }
  .nav>ul>li>ol a {
      color: #fff;
      display: block;
  }
  .nav>ul>li img {
      display: inline-block;
      vertical-align: middle;
      margin-left: 5px;
  }
  /* index_nav end */
  /* banner1 */
  .banner1 {
      padding-top: 44px;
      padding-bottom: 26px;
      min-width: 1440px;
  }
  .banner1 h1 {
      text-align: center;
      margin-bottom: 7px;
      padding: 10px 20px;
      line-height: 40px;
  }
  .banner1 h1 a {
      color: #ff8a00;
      font-weight: bold;
      font-size: 33px;
  }
  .banner1 h2 {
      text-align: center;
      margin-bottom: 35px;
      padding: 0 20px;
      line-height: 26px;
  }
  .banner1 .banner1_left {
      float: left;
  }
  .banner1 .banner1_left img {
      width: 945px;
      height: 588px;
  }
  .banner1 .banner1_right img {
      width: 452px;
      height: 281px;
  }
  .banner1 .banner1_right {
      float: right;
  }
  .banner1 .banner1_right div:nth-of-type(1) {
      margin-bottom: 25px;
  }
  /* banner1 end */
  /* banner2 */
  .banner2 {}
  .banner2 li {
      margin-top: 21px;
  }
  .banner2 li {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .banner2 li a {
      font-size: 18px;
  }
  .banner2 img {
      width: 452px;
      height: 281px;
  }
  /* banner2 end */
  /* banner3 */
  .banner3 {}
  .banner3 .circleLi li {
      padding-bottom: 10px;
      margin-top: 17px;
      border-bottom: 1px solid #ececec;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .banner3 .circleLi li a {
      font-size: 18px
  }
  .banner3_left {
      float: left;
      width: 701px;
  }
  .banner3_left .twoImg {}
  .banner3_left .twoImg>div {
      float: left;
      width: 332px;
  }
  .banner3_left .twoImg>div:nth-of-type(1) {
      margin-right: 37px;
  }
  .banner3_left .twoImg>div img {
      width: 332px;
      height: 207px;
  }
  .banner3_left .twoImg>div a div {
      height: 83px;
      background: #f8f8f8;
      padding: 11px;
  }
  .banner3_left .twoImg>div a div p {
      font-size: 18px;
      line-height: 26px;
  }
  .banner3_right {
      float: right;
  }
  .banner3_right img {
      width: 701px;
      height: 436PX;
  }
  /* banner3 end */
  /* banner4 */
  .banner4 .fourG img {
      width: 332px;
      height: 207px;
  }
  .banner4 .fourG p {
      font-size: 18px;
      line-height: 26px;
      height: 100px;
      padding: 10px;
      background: #f8f8f8;
  }
  /* banner4 end */
  /* banner5 */
  .banner5 {}
  .banner5_left {
      float: left;
      width: 701px;
  }
  .banner5_left img {
      width: 701px;
      height: 436px;
  }
  .banner5_right {
      float: right;
      width: 701px;
  }
  .banner5 .cl img {
      width: 332px;
      height: 207px;
  }
  .banner5 .cl .pMask:nth-of-type(1) {
      float: left;
  }
  .banner5 .cl .pMask:nth-of-type(2) {
      float: right;
  }
  .banner5 .rowOne {
      margin-bottom: 22px;
  }
  .banner5 .zbz {
      background: url(../img/zbz.png) no-repeat center;
  }
  .banner5 .zbhg {
      background: url(../img/zbhg.png) no-repeat center;
  }
  /* banner5 end */
  /* benner6 */
  .banner6 {
      margin-top: 82px;
      padding: 60px 0;
  }
  .banner6 .banner6_left {
      float: left;
  }
  .banner6 .banner6_left .pMask {
      float: left;
      margin-right: 26px;
  }
  .banner6 .banner6_left .pMask img {
      width: 332px;
      height: 332px;
  }
  .banner6 .banner6_left .pMask .status {
      background: #7fc166;
      color: #fff;
      border: 0;
      font-size: 18px;
  }
  .banner6 .banner6_right {
      float: left;
      width: 332px;
  }
  .banner6 .banner6_right .sTitle_right a {
      font-size: 16px;
  }
  .banner6 .banner6_right .shopList {
      background: #fff;
      border: 1px solid #f1f1f1;
      padding: 22px 11px;
  }
  .banner6 .banner6_right .shopList li.shopListHead {
      margin-top: 0;
      font-weight: bold;
  }
  .banner6 .banner6_right .shopList ul li {
      overflow: hidden;
      margin-top: 24px;
  }
  .banner6 .banner6_right .shopList_left {
      float: left;
      width: 224px;
  }
  .banner6 .banner6_right .shopList_right {
      float: right;
      width: 77px;
  }
  .banner6 .banner6_right .shopList .shopList_left,
  .banner6 .banner6_right .shopList .shopList_right {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 18px;
  }
  /* banner6 end */
  /* banner7  */
  .banner7 {
      padding-bottom: 30px;
  }
  .banner7_left {
      float: left;
  }
  .banner7_right {
      float: right;
  }
  .banner7_left img {
      width: 452px;
      height: 452px;
  }
  .banner7_right .rowOne {
      margin-bottom: 40px;
  }
  .banner7_right>div .pMask {
      float: left;
  }
  .banner7_right>div .pMask:nth-of-type(2) {
      margin-left: 30px;
  }
  .banner7_right>div .pMask img {
      width: 452px;
      height: 206px;
  }
  /* banner7 end */
  /* banner8 */
  .banner8 {}
  .banner8 .threeG img {
      width: 452px;
      height: 281px;
  }
  /* .banner8 .threeG a:hover{
    color: #fff600!important;
}
.banner8 .threeG h1 {
  background: #7fc166;

  color: #fff;

  font-weight: bold;

  text-align: center;

  height: 50px;

  line-height: 49px;
}
.banner8 .threeG h1 a {
  color: #fff;
  display: block;
} */
  /* banner8 end */
  /* banner9 */
  .banner9 .speTitle::before {
      content: unset;
  }
  .banner9 .lan span {
      background: #7fc166;
  }
  .banner9 .lan span a {
      color: #fff;
      font-size: 17px;
  }
  .banner9 .pMask img {
      width: 452px;
      height: 281px;
  }
  .banner9 .threeG:nth-of-type(1) .pMask {
      margin-bottom: 33px;
  }
  .banner9 .twoGrid>div {
      width: 203px;
      text-align: center;
      border: 1px solid #d3d3d3;
      padding: 18px 0;
      height: 122px;
  }
  .banner9 .twoGrid>div img {
      display: inline-block;
      margin-bottom: 12px;
      width: 50px;
  }
  .banner9 .twoGrid>div p {
      font-size: 18px
  }
  .banner9 .twoGrid>div:nth-of-type(1) {
      float: left;
  }
  .banner9 .twoGrid>div:nth-of-type(2) {
      float: right;
  }
  .banner9 .twoGrid a {
      display: block;
  }
  .banner9 .oneLine {
      margin-bottom: 38px;
  }
  .banner9 .oneLine .jobs {
      width: 204px;
      font-size: 17px;
      height: 119px;
      background: #f8f8f8;
      padding: 10px 12px 0 12px;
  }
  .banner9 .oneLine .jobsLeft {
      float: left;
  }
  .banner9 .oneLine .jobsRight {
      float: right;
  }
  .banner9 .oneLine .jobs .jobsLine {
      height: 53.5px;
  }
  .banner9 .oneLine .jobs .jobsLine .jobsLine_left {
      float: left;
      width: 89px;
  }
  .banner9 .oneLine .jobs .jobsLine .jobsLine_left p {
      font-size: 17px;
      line-height: 25px;
  }.jobsLine:nth-child(2) .jobsLine_left p {
    font-size: 18px !important;
}
  .banner9 .oneLine .jobs .jobsLine .jobsLine_right {
      float: right;
  }
  .banner9 .oneLine .jobs .jobsLine .jobsLine_right p {
      width: 74px;
  }
  .banner9 .price {
      color: #ff8a00;
      font-size: 17px;
  }
  .banner9 .threeG:nth-of-type(3) .jobs {
      padding: 13px;
  }
  .banner9 .threeG:nth-of-type(3) .jobs h1 {
      font-weight: bold;
      font-size: 21px;
      color: #555555;
      margin-bottom: 13px;
  }
  .banner9 .threeG:nth-of-type(3) .jobs p {
      margin-bottom: 6px;
      font-size: 18px;
  }
  .banner9 .threeGL:nth-of-type(1) .pMask img {
      width: 452px;
      height: 280px;
  }
  /* banner9 end */
  /* banner10 */
  .banner10 {
      padding: 50px 0;
  }
  .banner10 .fourG img {
      width: 332px;
      height: 207px;
  }
  .banner10 .zsAndTz img {
      width: 332px;
      height: 125px;
  }
  .banner10 .zsAndTz>a:nth-of-type(1) img {
      margin-bottom: 38px;
  }
  .banner10 .fourG p {
      height: 81px;
      background: #fff;
      padding: 13px;
      line-height: 22px;
      font-size: 18px;
  }
  /* banner10 end */
  /* benner11 */
  .banner11 {}
  .banner11 .sTitle_right a {
      font-size: 16px;
  }
  .banner11 .circleLi li {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-top: 44px;
  }
  .banner11 .circleLi li a{font-size: 18px;}
  .banner11 .tx {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px;
  }
  .banner11 .professorName {
      display: inline-block;
      vertical-align: top;
      width: 228px;
      transform: translateY(7px);
  }
  .banner11 .professorName h1 {
      font-weight: bold;
      margin-bottom: 5px;
      font-size: 18px;
  }
  .banner11 .professorName h2 {
      font-size: 18px;
      line-height: 23px;
  }
  .banner11 .refer {
      display: inline-block;
  }
  .banner11 .refer .lan span {
      padding: 8px 28px;
  }
  .banner11 .threeG:nth-of-type(3) ul li {
      margin-bottom: 22px;
      padding-bottom: 20px;
      border-bottom: 1px solid #ececec;
  }
  .banner11 .threeG:nth-of-type(3) ul li:nth-last-child(1) {
      margin-bottom: 0;
  }
  .banner11 img {
      width: 452px;
      height: 281px;
  }
  .banner11 .tx img {
      width: 78px;
      height: 78px;
      border-radius: 50px;
  }
  /* banner11 end */
  /* benner12 */
  .banner12 .twblock {
      overflow: hidden;
  }
  .banner12 .tw {
      width: 205px;
      margin-right: 42px;
      height: 83px;
      line-height: 83px;
      text-align: center;
      border: 1px solid #d3d3d3;
      float: left;
      margin-bottom: 43px;
  }
  .banner12 .tw a {
      display: block;
      font-size: 18px;
  }
  .banner12 .tw:nth-of-type(6n) {
      margin-right: 0;
  }
  .banner12 .tw:nth-of-type(6n-5) {
      clear: both;
  }
  /* banner12 end */
  /* banner13 */
  .banner13 {}
  .banner13 .sectionTitle::before {
      background: url("../img/lastRightLine.png") no-repeat center;
      width: 35%;
      background-size: 518px;
  }
  .banner13 .sectionTitle::after {
      background: url("../img/lastLeftLine.png") no-repeat center;
      width: 37%;
      background-size: 518px;
  }
  .banner13 img {
      width: 452px;
      height: 281px;
  }
  /* banner13 end */
  /* footer */
  .footer {
      background: #7fc166;
      color: #fff;
      padding: 50px 0;
      min-width: 1440px;
  }
  .footer a {
      color: #fff;
  }
  .footer a:hover {
      color: #fff600!important;
  }
  .footerContent {
      position: relative;
      font-size: 18px;
  }
  .footer .unit {
    font-size: 18px;
}
  .footer .unitSection {
      float: left;
  }
  .footer .unitName {
      float: left;
      width: 1025px;
      font-size: 18px;
  }
  .footer .unitName span {
      display: inline-block;
      margin: 0 8px 20px 0px;
  }
  .footer .mt8 {
      margin-bottom: 20px;
  }
  .focusUs {
      position: absolute;
      right: 0;
      font-size: 18px;
      top: -15px;
      text-align: center;
  }
  .focusUs img {
      width: 120px;
      margin-bottom: 10px;
  }
  /* banner13 end */
  /* list.html */
  .crumbs {
      color: #777777;
      padding-top: 19px;
      font-size: 18px;
  }
  .crumbs a {
      color: #777777;
      display: inline-block;
      margin: 0 6px;
      font-size: 18px;
  }
  .secondarySection {
      border-bottom: 1px solid #e4e4e4;
      margin-top: 30px;
      margin-bottom: 40px;
  }
  .secondarySection ul li {
      float: left;
      margin-right: 58px;
      padding-bottom: 14px;
  }
  .secondarySection ul li.inthis::before {
      content: "";
      width: 100%;
      height: 3px;
      background: #9acd86;
      bottom: -1.5px;
      position: absolute;
  }
  .newsList {}
  .newsList ul li {
      float: left;
      width: 332px;
      margin-right: 26px;
      margin-bottom: 40px;
  }
  .newsList ul li .newsContent {
      height: 140px;
      background: #fbfbfb;
      padding: 14px;
  }
  .newsList ul li .newsContent p {
      height: 86px;
      font-size: 18px;
      line-height: 25px;
  }
  .newsList ul li .newsContent .newsTime {
      color: #777777;
      font-size: 18px;
  }
  .newsList ul li .newsContent .newsTime .newsTime_left {
      float: left;
      width: 118px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .newsList ul li .newsContent .newsTime .newsTime_right {
      float: right;
      width: 173px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .newsList .content_img {
      width: 332px;
      height: 207px;
      overflow: hidden;
  }
  .newsList .content_img img {
      width: 332px;
      height: 207px;
      transition: 0.8s;
  }
  .newsList .content_img img:hover {
      transform: scale(1.1);
  }
  .loadMore {
      background-color: #eeeeee;
      text-align: center;
      padding: 20px 0;
      cursor: pointer;
      font-size: 18px;
  }
  /* page.html */
  .pageContent {
      width: 1300px;
      margin: 0 auto;
      padding: 40px 0;
      margin-top: 15px;
      margin-bottom: 14px;
  }
  .pageContent .pageHead {
      text-align: center;
      border-bottom: 1px dashed;
      border-color: #c8c8c8;
      margin-bottom: 38px;
  }
  .pageContent .pageHead h1 {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 50px;
      line-height: 50px;
  }
  .pageContent .pageHead h2 {
      margin-bottom: 30px;
      color: #777777;
      font-size: 18px;
  }
  .arctile p {
      margin: 20px 0;
      line-height: 26px;
      font-size: 18px;
  } .arctile p span {
     line-height: 32px;
     font-size: 18px !important;
  }
  .arctile img {
      display: inline-block;
      max-width: 100%;
  }
  .recommend {
      padding: 50px 20px;
  }
  .recommend .newsList li {
      margin-right: 12.6px;
  }
  /* zhiku */
  .zhikuContent {
      width: 1080px;
  }
  .zhikuContent h1 {
      text-align: center;
      font-size: 26px;
      color: #7fc166;
      font-weight: bold;
      margin-bottom: 50px;
  }
  .zhikuContent p {
      line-height: 26px;
      text-indent: 2em;
      margin-bottom: 30px;
  }
  /* zhikuzhuanjia */
  .expertList .touxiang {
      padding: 10px;
  }
  .expertList ul li {
      padding: 19px 0;
      width: 242px;
      height: 360px;
      background: #e7ecf4;
      border-radius: 5px;
      margin-right: 57px;
      margin-bottom: 59px;
      float: left;
      overflow: hidden;
  }
  .expertList ul li img {
      width: 216px;
      margin: 0 auto;
      height: 216px;
      border-radius: 500px;
      margin-bottom: 25px;
  }
  .expertList ul li:nth-of-type(5n) {
      margin-right: 0px;
  }
  .expertList ul li .expertContent {
      padding: 0 20px;
  }
  .expertList ul li .expertContent h1 {
      text-align: center;
      font-weight: bold;
      margin-bottom: 14px;
      font-size: 20px;
  }
  .expertList ul li .expertContent h2 {
      line-height: 24px;
  }
  .expertList ul li .expertContent span {
      display: block;
      width: 136px;
      background: #ff8a00;
      text-align: center;
      padding: 10px 0;
      margin: 0 auto;
      border-radius: 50px;
  }
  /* search */
  .searchResult {}
  .searchResult .searchTitle {
      font-size: 22px;
      color: #ff8a00;
      font-weight: bold;
      margin-bottom: 50px;
  }
  .searchResult .searchContent {}
  .searchResult .searchContent ul {}
  .searchResult .searchContent ul li {
      overflow: hidden;
      /* height: 205px; */
      padding-bottom: 39px;
      margin-bottom: 39px;
      border-bottom: 1px solid #e7e7e7;
  }
  .searchResult .searchContent ul li .search_left {
      float: left;
      width: 332px;
  }
  .searchResult .searchContent ul li .search_left img {
      width: 332px;
      height: 207px;
  }
  .searchResult .searchContent ul li .search_right {
      float: left;
      width: 769px;
      padding: 8px 30px 19px 30px;
  }
  .searchResult .searchContent ul li .search_right h1 {
      font-weight: bold;
      font-size: 22px;
      word-break: break-all;
      line-height: 27px;
      height: 129px;
  }
  .searchResult .searchContent ul li .search_right p {
      /* text-indent: 2em; */
      font-size: 18px;
  }
  /* consult */
  .consultForm {
      padding: 50px 92px;
      margin-top: 17px;
  }
  .consultForm .consult_title {
      color: #7fc166;
      text-align: center;
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 50px;
  }
  .zsForm .layui-form-label {
      width: 110px;
      text-align: left;
      padding: 4px 10px;
  }
  .zsForm .layui-input-block {
      font-size: 18px;
  }
  .zsForm .layui-form-item {
      margin-bottom: 40px;
  }
  .zsForm_twoItem {
      display: inline-block;
      width: 623px;
  }
  .zsForm .layui-input {
      height: 70px;
      font-size: 18px;
  }
  .zsForm .layui-form-label {
      line-height: 62px;
      font-size: 18px;
  }
  .zsForm .layui-textarea {
      min-height: 164px;
      padding: 20px 10px;
  }
  .zsForm .yzmBlock {
      position: relative;
  }
  .zsForm .yzmBlock span {
      position: absolute;
      right: 0;
      top: 0;
      height: 50px;
      line-height: 50px;
      background: #7fc166;
      color: #fff;
      display: block;
      width: 150px;
      text-align: center;
  }
  .zsForm .yzmBlock input {
      padding-right: 173px;
  }
  .zsForm .zsSubmit {
      width: 500px;
      height: 60px;
      margin: 0 auto;
      display: block;
      border: 0;
      background: #7fc166;
      color: #fff;
      cursor: pointer;
      border-radius: 50px;
      font-weight: bold;
      font-size: 18px;
  }
  .tzForm .layui-form-label {
      width: 135px;
      text-align: left;
      padding: 9px 10px;
  }
  .tzForm .layui-input-block {
      margin-left: 135px;
  }
  .tzForm .layui-form-item {
      margin-bottom: 50px;
  }
  .tzForm_twoItem {
      /* display: inline-block; */
      width: 623px;
      /* float: left; */
  }
  .tzForm .layui-input {
      height: 60px;
      font-size: 18px;
  }
  .tzForm .layui-form-label {
      line-height: 42px;
      font-size: 18px;
  }
  .tzForm .layui-textarea {
      min-height: 213px;
      padding: 20px 10px;
      font-size: 18px;
  }
  .tzForm .yzmBlock span {
      position: absolute;
      right: 0;
      top: 0;
      height: 60px;
      line-height: 60px;
      background: #7fc166;
      color: #fff;
      display: block;
      width: 150px;
      text-align: center;
  }
  .tzForm .yzmBlock input {
      padding-right: 160px;
  }
  .tzForm .zsSubmit {
      width: 500px;
      height: 60px;
      margin: 0 auto;
      display: block;
      border: 0;
      background: #7fc166;
      color: #fff;
      cursor: pointer;
      border-radius: 50px;
      font-weight: bold;
      font-size: 18px;
  }
  /* rank */
  .rank {}
  .rank .rankHead {
      text-align: center;
      color: #fff;
      background: url("../img/rankhead.png") no-repeat center;
      background-size: 100% 100%;
      padding: 13px 0;
      font-size: 19px;
  }
  .rank .rankList {
      background: #f3f9ea;
      padding: 0 14px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
  }
  .rank .rankList ul li {
      padding: 16px 0;
      overflow: hidden;
  }
  .rank .rankList ul li.rankListTitle {
      font-weight: bold;
  }
  .rank .rankList ul li .rankList_left {
      float: left;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 287px;
      font-size: 18px;
  }
  .rank .rankList ul li .rankList_right {
      float: right;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 132px;
      text-align: center;
      font-size: 18px;
  }
  /* zjpage */
  .zjContent {
      padding: 32px 50px;
  }
  .zjmt {
      margin-top: 20px;
  }
  .zjContent_left {
      float: left;
      margin-right: 20px;
  }
  .zjContent_left img {
      width: 226px;
      border-radius: 50%;
      margin-bottom: 14px;
      height: 226px;
  }
  .zjContent_right button {
      font-size: 17px;
      width: 136px;
      padding: 11px 0;
      border: 0;
      background: #ff8a00;
      border-radius: 50px;
      display: block;
      /* margin: 0 auto; */
  }
  .zjContent_right {
      width: 1085px;
      padding: 30px;
      float: left;
  }
  .zjContent_right h1 {
      font-weight: bold;
      margin-bottom: 50px;
      font-size: 32px;
      margin-top: 20px;
      padding-left: 14px;
  }
  .zjContent_right h2 {
      margin-bottom: 30px;
  }
  .zjContent_right p {
      line-height: 30px;
  }
  .zjContentList {
      padding: 0 60px 67px 60px;
  }
  .zjContentList .zhuanjiajj p {
      line-height: 36px;
      text-indent: 2em;
      font-size: 16px !important;
  }
  .zjContentList .zhuanjiajj p span {
      font-size: 18px !important;
  }
  .zjContentList .circleLi li {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 580px;
      float: left;
      margin-bottom: 30px;
      padding-bottom: 15px;
      border-bottom: 1px solid #ececec;
      margin-right: 40px;
  }
  .zjContentList .circleLi li::before {
      top: 10px;
  }
}  